Skip to content

Conversation

@hvitved
Copy link
Contributor

@hvitved hvitved commented Oct 29, 2025

No description provided.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Oct 29, 2025
@hvitved hvitved force-pushed the rust/path-resolution-variable-impl branch from 40672af to 66ba81a Compare October 29, 2025 16:40
@hvitved hvitved force-pushed the rust/path-resolution-variable-impl branch from 66ba81a to f41c74b Compare October 29, 2025 19:13
@hvitved hvitved force-pushed the rust/path-resolution-variable-impl branch from f41c74b to fa48969 Compare October 29, 2025 19:28
) {
name = cand.getName() and
scope = [cand.(VariableScope), getEnclosingScope(cand)] and
(

Check warning

Code scanning / CodeQL

Redundant cast Warning

Redundant cast to
VariableScope
.
)
}

private predicate testvariableAccessCandInScope(

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
)
}

private predicate testvariableReachesCand(

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
)
}

private predicate testaccess(string name, NestedFunctionOrVariable v, VariableAccessCand cand) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
}
}

private ItemNode testgetAChildSuccessor(ItemNode item, string name, SuccessorKind kind) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
// )
}

private ItemNode testresolveUseTreeListItem(Use use, UseTree tree) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
)
}

private predicate testussdfeImportEdge(Use use, string name, ItemNode item, SuccessorKind kind) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
}

pragma[nomagic]
private predicate testuseImportEdge(Use use, SuccessorKind kind, UseTree tree, ItemNode used) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant